const runtime.spanAllocStack
10 uses
runtime (current package)
mheap.go#L991: spanAllocStack // stack span
mheap.go#L1233: needPhysPageAlign := physPageAlignedStacks && typ == spanAllocStack && pageSize < physPageSize
mheap.go#L1419: case spanAllocStack:
mheap.go#L1773: case spanAllocStack:
stack.go#L200: s = mheap_.allocManual(_StackCacheSize>>gc.PageShift, spanAllocStack)
stack.go#L271: mheap_.freeManual(s, spanAllocStack)
stack.go#L422: s = mheap_.allocManual(npage, spanAllocStack)
stack.go#L543: mheap_.freeManual(s, spanAllocStack)
stack.go#L1320: mheap_.freeManual(s, spanAllocStack)
stack.go#L1334: mheap_.freeManual(s, spanAllocStack)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |